| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetVRWorld function to get the VR world atom container for a movie.
OSErr QTVRGetVRWorld (QTVRInstance qtvr, QTAtomContainer*VRWorld);
The QTVRGetVRWorld function returns, in the VRWorld parameter, a pointer to an atom container that contains general scene information about the QuickTime VR movie specified by the qtvr parameter, as well as a list of all the nodes in that movie. You can use the QuickTime atom functions (introduced in QuickTime version 2.1) to extract atoms from that container.
See the chapter handlink "QuickTime VR File Format" for a description of the format of a VR world atom container and its associated atoms for a QuickTime VR movie.
The VR world atom container returned by QTVRGetVRWorld is a copy of the atom container maintained internally by the QuickTime VR Manager. You should dispose of the VR world atom container (by calling the QuickTime function QTDisposeAtomContainer ) when you're finished using it.
| Previous | Chapter contents | Chapter top | Section top | Next |